home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000155_news@columbia.edu _Thu Jan 27 00:58:05 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA11028
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 27 Jan 2000 00:58:04 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA28606
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 27 Jan 2000 00:37:39 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: MSKERMIT and Windows 98
  11. Message-ID: <4JMTbzrcXjJ7@cc.usu.edu>
  12. Date: 26 Jan 00 22:22:39 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <20000127.3400280@meter.internic2.net>, austin wood <awood@lsds.com> writes:
  17. > Is it possible to get mskermit to work in windows 98?  I just want a=20=
  18. > telnet program that I can use in a DOS window.  Is it possible to use=20=
  19. > the ndis3pkt?  I could not use this as the link for it was dead. =20
  20. > Anyway, even if I can find, how exactly am I supposed to use it? From=20=
  21. > the breif description on the mskermit homepage, it sounds like it is=20=
  22. > designed for Windows 3.11. =20
  23. > Thanks a bunch!
  24. > Austin Wood
  25. -------------
  26.     Ndis3pkt is maintained by Dan Lanciani at Harvard Univ. A copy of
  27. one version is in directory drivers on netlab2.usu.edu (pub/mirror/drivers
  28. on netlab1.usu.edu). Beware that each TCP/IP stack with ndis3pkt requires
  29. a separate IP address. And beware that NDIS has changed to versions greater
  30. than that for which Dan designed his utility; I can't say whether or not it
  31. still works with Win98.
  32.     The project alternative is Kermit-95, designed for Windows only
  33. and using Windows' internal TCP/IP stack.
  34.         Joe D.